Skip to main content

Week 8

Milestones

  • Completed the feature to add external dashboard links of the organization
    • PR Raised
    • PR reviewed and merged

Screenshots / Videos

image

Contributions

PRsDescription
🔗Bookmark Dashboards

Learnings

  • Learned to use Ecto's Repo module to seamlessly push and delete data in the database.
  • Learned how to render data by binding database records to LiveView assigns, making it easy to display dynamic content in web applications.
  • Understood how LiveView enables responsive user interactions by capturing and processing user input, allowing for seamless integration of database operations in Phoenix applications.